projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978093f
)
Say where examples are placed after they are compiled
author
Eduardo Bautista
<me@eduardobautista.com>
Thu, 30 Oct 2014 19:10:57 +0000
(13:10 -0600)
committer
Eduardo Bautista
<me@eduardobautista.com>
Thu, 30 Oct 2014 19:10:57 +0000
(13:10 -0600)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index 60905b86c96e02ac25112ae0c80a7b1fd1fcf67c..20566886293fd3d3f9e72f64714358f7b57b1814 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-341,7
+341,8
@@
the `target` directory.
# Examples
Files located under `examples` are example uses of the functionality
-provided by the library.
+provided by the library. When compiled, they are placed in the
+`target/examples` directory.
They must compile as executables (with `main.rs`) and load in the
library by using `extern crate <library-name>`. They are compiled when